GetCookiesResponse

data class GetCookiesResponse(cookies: List<Cookie>)

Represents response frame that is returned from Page#getCookies operation call. Returns all browser cookies. Depending on the backend support, will return detailed cookie information in the cookies field.

See also

Constructors

GetCookiesResponse
Link copied to clipboard
fun GetCookiesResponse(cookies: List<Cookie>)

Properties

cookies
Link copied to clipboard
val cookies: List<Cookie>
Array of cookie objects.

Sources

jvm source
Link copied to clipboard